home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW noweb 2.7 / src / xdoc / nodefs.nw < prev    next >
Encoding:
Text File  |  1995-05-30  |  967 b   |  47 lines  |  [TEXT/MPS ]

  1. <<*>>=
  2. .TH NOWEB 1 "local <<noweb documentation date>>"
  3. .SH NAME
  4. nodefs \- find definitions in noweb file
  5. .SH SYNOPSIS
  6. .B nodefs
  7. [\fB-auto\fP \fIlang\fP]
  8. [\fB-showauto\fP]
  9. file ...
  10. .SH DESCRIPTION
  11. .I nodefs
  12. is an auxiliary tool that produces output for use with the
  13. .B \-indexfrom
  14. option of
  15. .I noweave(1).
  16. .I nodefs
  17. searches a
  18. .I noweb
  19. file for identifier definitions, printing the identifiers on standard output, 
  20. one per line.
  21. If the 
  22. .B \-auto \fIlang\fP
  23. option is given,
  24. .I nodefs
  25. tries to discover definitions automatically, assuming the program
  26. is written in language \fIlang\fP.
  27. The 
  28. .B \-showauto
  29. option displays permissible values of \fIlang\fP, which vary but may include
  30. .B tex
  31. or 
  32. .B icon.
  33. .PP
  34. For a complete description of using
  35. .I nodefs
  36. together with 
  37. .I noweave(1)
  38. and 
  39. .I noindex(1),
  40. see the man page for 
  41. .I noindex(1).
  42. .SH SEE ALSO
  43. .I noweave(1), noweb(1), noindex(1)
  44. .SH AUTHOR
  45. Norman Ramsey, Bellcore.
  46. Internet address \fBnorman@bellcore.com\fP.
  47.